翻訳と辞書 |
Test Driven Development : ウィキペディア英語版 | Test-driven development
Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: first the developer writes an (initially failing) automated test case that defines a desired improvement or new function, then produces the minimum amount of code to pass that test, and finally refactors the new code to acceptable standards. Kent Beck, who is credited with having developed or 'rediscovered' the technique, stated in 2003 that TDD encourages simple designs and inspires confidence.〔 Test-driven development is related to the test-first programming concepts of extreme programming, begun in 1999, but more recently has created more general interest in its own right.〔Newkirk, JW and Vorontsov, AA. ''Test-Driven Development in Microsoft .NET'', Microsoft Press, 2004.〕 Programmers also apply the concept to improving and debugging legacy code developed with older techniques.〔Feathers, M. Working Effectively with Legacy Code, Prentice Hall, 2004〕 == Test-driven development cycle ==
The following sequence is based on the book ''Test-Driven Development by Example''.〔Beck, K. Test-Driven Development by Example, Addison Wesley - Vaseem, 2003〕
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Test-driven development」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|